home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1995 / MacHack 1995.toast / Presentations / Presentations ’88 / Feldt's Object Stuff / SSG include / EdOpts.h < prev    next >
Text File  |  1986-11-20  |  701b  |  27 lines

  1. /*
  2. **                           Lanstar - EdOptFuncts.h
  3. **                           Aztec C compiler 1.06h
  4. **                         Lightspeed C compiler 1.02
  5. **
  6. **                             David A. Surovell
  7. **                                 20-Nov-86
  8. */
  9.  
  10. #define STYLcount        8
  11. #define SIZEcount        7
  12. #define JUSTcount        3
  13.  
  14. #define TEXTcellH        80
  15. #define TEXTcellV        16
  16.  
  17. extern ControlHandle    edoptWPB1,edoptWPB2;
  18. extern WindowPtr        edoptWP;
  19. extern WindowRecord        edoptWR;
  20. extern ListHandle        fontList,stylList,sizeList,justList;
  21. extern int                TESizes[];
  22.  
  23. extern Boolean            InitEdOpts(),GetEdOpts(),SetEdOpts();
  24. extern Boolean            BuildEOLists(),HndlEDOwindow(),PtInEOLists();
  25. extern void             KillEdOpts();
  26.  
  27.